home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / kernel.13 / readme.sjc < prev    next >
Encoding:
Text File  |  1995-09-10  |  3.1 KB  |  76 lines

  1.  -- README.sjcd
  2.                 80% of the work takes 20% of the time,
  3.                 20% of the work takes 80% of the time...
  4.                         (Murphy law)
  5.  
  6.                 Once started, training can not be stopped...
  7.                         (StarWars)
  8.  
  9. This is the README for the sjcd cdrom driver, version 1.3.
  10.  
  11. This file is meant as a tips & tricks edge for the usage of the SANYO CDR-H94A
  12. cdrom drive. It will grow as the questions arise. ;-)
  13. Since the drive often comes with an ISP16 soundcard, which can be used
  14. as cdrom interface, this is also the place for ISP16 related issues.
  15.  
  16. The driver should work with any SoundBlaster/Panasonic style CDROM interface,
  17. including the "soft configurable" MediaMagic sound card.
  18. To make this sound card (and others like "Mozart") working, it has to get 
  19. "configured" by software.
  20. The suggestion to configure the ISP16 soundcard by booting DOS and 
  21. a warm reboot to boot Linux somehow doesn't work, at least not
  22. on Eric's machine (IPC P90), with the version of the ISP16
  23. card he has (there appear to be at least two versions: Eric's card with
  24. no jumpered IDE support and Vadim's version with a jumper to enable
  25. IDE support).
  26. Therefore detection and configuration of the ISP16 interfaces is included
  27. in the driver.
  28. If we should support any other interfaces (which cannot be configured
  29. through DOS) or if there are any more ISP16 types, please let us
  30. know (maarel@marin.nl) and we'll see.
  31.  
  32. Otherwise, you should boot DOS once (and by this, run the "configuration driver")
  33. and then switch to Linux by use of CTL-ALT-DEL. Each use of the RESET
  34. button or the power switch makes this procedure necessary again.
  35. If no ISP16 is detected, there's no harm done; a card configured trough DOS
  36. may still work as expected.
  37.  
  38. ISP16 configuration routines reside at Vadim's server
  39.       rbrf.msk.su:/linux/mediamagic/
  40. and at Eberhard's mirror
  41.       ftp.gwdg.de:/pub/linux/cdrom/drivers/sanyo/
  42.  
  43. Leo Spiekman's configuration routines for the ISP-16 card can get found at
  44.       dutette.et.tudelft.nl:/pub/linux/
  45. and at Eberhard's mirror
  46.       ftp.gwdg.de:/pub/linux/cdrom/drivers/optics/
  47.  
  48. Eric van der Maarel's routines are included in sjcd.c.
  49. This, and any related stuff may be found by anonymous ftp at
  50.       ftp.gwdg.de:/pub/linux/cdrom/drivers/sanyo/
  51.  
  52. The device major for sjcd is 18, and minor is 0. Create a block special
  53. file in your /dev directory (e.g., /dev/sjcd) with these numbers.
  54. (For those who don't know, being root and the following should do the trick:
  55.   mknod -m 644 /dev/sjcd b 18 0
  56. and mount the cdrom by /dev/sjcd).
  57.  
  58. The default configuration parameters are:
  59.   base address 0x340
  60.   irq 10
  61.   no dma
  62. As of version 1.2, setting base address, irq and dma at boot time is supported
  63. through the use of command line options: type at the "boot:" prompt:
  64.   linux sjcd=<base address>,<irq>,<dma>
  65. (where your kernel is assumed to be called by saying "linux" to
  66. the boot manager).
  67.  
  68. If something is wrong, e-mail to        vadim@rbrf.msk.su
  69.                     or     vadim@ipsun.ras.ru
  70.                     or    model@cecmow.enet.dec.com
  71.  
  72. It happens sometimes that Vadim is not reachable by mail. For these
  73. instances, Eric van der Maarel (maarel@marin.nl) will help, too.
  74.  
  75.         Vadim V. Model, Eric van der Maarel, Eberhard Moenkeberg
  76.